Fix some widget visibility fallout
authorTimm Bäder <mail@baedert.org>
Thu, 19 Jan 2017 10:00:30 +0000 (11:00 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 20 Jan 2017 20:37:08 +0000 (21:37 +0100)
gtk/ui/gtkfilechooserwidget.ui
gtk/ui/gtkplacesviewrow.ui

index 3b72c71b3a019125016b45865e01a20af4d95828..3af6fed58d6fae75ef1b00b0fe563e5d6c9b81f1 100644 (file)
@@ -77,7 +77,6 @@
                             </child>
                             <child>
                               <object class="GtkBox" id="location_entry_box">
-                                <property name="visible">0</property>
                                 <property name="spacing">6</property>
                                 <property name="margin">6</property>
                               </object>
@@ -87,7 +86,6 @@
                             </child>
                             <child>
                               <object class="GtkBox" id="search_entry_box">
-                                <property name="visible">0</property>
                                 <property name="spacing">6</property>
                                 <property name="margin">6</property>
                                 <child type="center">
@@ -99,6 +97,7 @@
                                 </child>
                                 <child>
                                   <object class="GtkSpinner" id="search_spinner">
+                                    <property name="visible">0</property>
                                     <property name="active">1</property>
                                   </object>
                                   <packing>
index cce57321f649c5bdd20c04bdd59e973ef463ab21..3b44e6d55eb6a6ea84e36710745fc3dc77bdb19a 100644 (file)
@@ -66,7 +66,7 @@
                 <property name="vhomogeneous">1</property>
                 <child>
                   <object class="GtkButton" id="eject_button">
-                    <property name="visible">1</property>
+                    <property name="visible">0</property>
                     <property name="halign">center</property>
                     <property name="valign">center</property>
                     <property name="tooltip-text" translatable="yes">Unmount</property>